home *** CD-ROM | disk | FTP | other *** search
/ Aminet 31 / Aminet 31 (1999)(Schatztruhe)[!][Jun 1999].iso / Aminet / disk / misc / xfs.lha / xfs / Devs / DOSDrivers / SCSI0 < prev    next >
Encoding:
Text File  |  1999-02-05  |  605 b   |  26 lines

  1. /* $VER: SCSI0 2.17 (30.12.98)
  2.  *
  3.  *  X file system entry
  4.  *
  5.  *  This mount file allows access to disks
  6.  *  on any unit of any device of any size.
  7.  */
  8.  
  9.  Handler    = L:xfsd
  10.  Priority   = 9  ; Stacksize  = 16000
  11.  Globvec    = -1 ; Mount      = 1
  12.  
  13. /*
  14.  *  Further information is passed using the ToolTypes
  15.  *  in the icon, using the Startup string, eg
  16.  *
  17.  *  Startup=DEVICE=scsi.device UNIT=0
  18.  *
  19.  *  Note there are no quotes around the string, unlike
  20.  *  the mountlist version
  21.  *
  22.  *  Add eg P=3 to the Startup ToolType to select just
  23.  *  the third partition, otherwise ALL partitions will
  24.  *  be mounted
  25.  */
  26.